Item Property

Summary
Gets or sets the element at the specified index.
Syntax
C#
C++/CLI
public T Item( 
   int index 
) { get; set; } 
public:  
   property T default [Int32 ] 
   { 
      T get(Int32 index) 
      void set(Int32 index, T value) 
   } 

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element at the specified index.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.